'Declaration
Public Function IsBlank_3( _ ByVal ImageID As Integer, _ ByVal Confidence As Single, _ ByVal AccountForMargins As Boolean _ ) As Boolean
public bool IsBlank_3( int ImageID, float Confidence, bool AccountForMargins )
public function IsBlank_3( ImageID: Integer; Confidence: Single; AccountForMargins: Boolean ): Boolean;
public function IsBlank_3( ImageID : int, Confidence : float, AccountForMargins : boolean ) : boolean;
public: bool IsBlank_3( int ImageID, float Confidence, bool AccountForMargins )
public: bool IsBlank_3( int ImageID, float Confidence, bool AccountForMargins )
Parameters
- ImageID
- Confidence
- AccountForMargins